0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 14:08:23 -05:00
Commit Graph

1091 Commits

Author SHA1 Message Date
alamin655
2841c5a508
Merge branch 'rolling' into FEATURE/400_GitHubActions-automate-release-versions-PR 2024-02-02 14:22:00 +05:30
dependabot[bot]
8790f5f719
build(deps): bump actix-files from 0.6.2 to 0.6.5 (#511) 2024-02-02 07:29:35 +00:00
dependabot[bot]
0f19ade40c
build(deps): bump env_logger from 0.10.1 to 0.11.1 (#512) 2024-02-02 07:24:55 +00:00
dependabot[bot]
ae5b3370bc
build(deps): bump smallvec from 1.11.2 to 1.13.1 (#514) 2024-02-02 07:20:11 +00:00
dependabot[bot]
3d76b1bd86
build(deps): bump lightningcss from 1.0.0-alpha.51 to 1.0.0-alpha.52 (#513) 2024-02-02 07:14:54 +00:00
dependabot[bot]
6c3d9ecd50
⬆️ build(deps): bump serde from 1.0.193 to 1.0.196 (#510)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.193 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.193...v1.0.196)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
2024-02-02 10:10:08 +03:00
dependabot[bot]
57267827f5
build(deps): bump peterjgrainger/action-create-branch (#509) 2024-02-02 06:53:56 +00:00
dependabot[bot]
1909cc36a8
build(deps): bump actions/cache from 3 to 4 (#508) 2024-02-02 06:44:35 +00:00
dependabot[bot]
ca425f9ef5
build(deps): bump hennejg/github-tag-action from 4.3.1 to 4.4.0 (#507) 2024-02-02 06:39:32 +00:00
Scott
ca93c3c929
Merge branch 'rolling' into FEATURE/400_GitHubActions-automate-release-versions-PR 2024-01-31 16:09:07 -05:00
Scott
3aef39b3c0 ci: testing permissions with PAT again 2024-01-31 09:30:18 -05:00
Scott
c1f4451476 ci: testing permissions with PAT 2024-01-31 09:26:19 -05:00
Scott
099b803689 ci: testing permissions 2024-01-31 08:26:56 -05:00
Scott
a92550e050
👷 GitHub action to automate release based on semantic versioning (#499)
* ci: add release.yml to help automate release versions

* ci: add release.yml to help automate release versions - edited file further to cover edge cases

* ci: add release.yml to help automate release versions - I had a typo in a line which pointed at a different variable

* ci: add release.yml to help automate release versions - Fixing the release portion to prepend a v

* ci: add release.yml to help automate release versions. Lowercased V so it looks like v1.1.0 instead of V1.1.0

* ci: changing structure of release.yml to be easier to understand

* ci: #minor changes made

* ci: #minor changes made to make rolling and stable both release branches

* ci: #minor changes to hopefully turn off pre-release

* ci: #minor change - trying to make pre-release suffic set to nothing

* ci: #minor change - removed older release action for a better up to date one

* ci: #minor change

* ci: #minor change to fixed the pre-release issue

* ci: #minor change to fixed the pre-release issue again

* ci: #minor change to fixed the pre-release issue again2

* ci: changed action for tag. I believe it was causing errors

* ci: missing }

* ci: testing some things

* ci: fixing self inflicted error where I forgot to put an ID in

* ci: fixing to make the release branch rolling

* major: testing updating major

* BREAKING CHANGE: removed changelog action

* ci: reset commit and removed changelog

* ci: changed action for tag. I believe it was causing errors

* ci: missing }

* ci: testing some things

* ci: fixing self inflicted error where I forgot to put an ID in

* ci: fixing to make the release branch rolling

* ci: reset commit and removed changelog

* ci: added step to change Cargo.toml app version to the latest tag version without the v

* ci: using echo and double quotes in the appversion variable. Testing now

* ci: testing autocommit

* Apply automatic changes

* ci: testing autocommit further

* ci: testing autocommit: removing tagging since it creates another tag instead of using that tag

* Apply automatic changes

* ci: testing autocommit with branch protection and doing a PR to rolling

* Apply automatic changes

* ci: testing PR create and merge - removed the if that was causing it not to run

* ci: testing PR create and merge - removed the if that was causing it not to run

* Apply automatic changes

* ci: testing PR create and merge - fixed permission issues

* ci: testing PR create and merge - fixed permission issues

* Apply automatic changes

* ci: testing PR create and merge - potentially fixed PR issue

* Apply automatic changes

* ci: testing PR create and merge - potentially fixed PR issue2

* ci: testing PR create and merge - potentially fixed PR issue + fixing what branch it targets

* ci: testing PR create and merge - testing PAT

* ci: testing PR create and merge - testing to see if merge loop stops

* ci: adding in cargo.toml version in auto git commit

* Update Cargo.toml

Co-authored-by: alamin655 <129589283+alamin655@users.noreply.github.com>

* ci: adding in steps to regenerate the Cargo.lock file

* ci: adding in steps to regenerate the Cargo.lock file - fixing commit issue with cargo.toml

---------

Co-authored-by: scottc943 <scottc943@users.noreply.github.com>
Co-authored-by: alamin655 <129589283+alamin655@users.noreply.github.com>
2024-01-31 07:08:37 +00:00
Scott
31ccc4f301 ci: adding in steps to regenerate the Cargo.lock file - fixing commit issue with cargo.toml 2024-01-30 13:16:04 -05:00
Scott
df6378ba58 ci: adding in steps to regenerate the Cargo.lock file 2024-01-30 13:03:07 -05:00
alamin655
4cb656e863
Merge branch 'rolling' into FEATURE/400_GitHubActions-automate-release-versions-PR 2024-01-30 19:36:51 +05:30
Jann Marc Villablanca
669e365913
feat: add new helper function to fetch upstream search engine JSON response (#504)
Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
2024-01-30 13:37:50 +00:00
Scott
bb9a68cffd
Merge branch 'rolling' into FEATURE/400_GitHubActions-automate-release-versions-PR 2024-01-30 07:05:00 -05:00
abdulahad5112
b2cbc5eaa5
📝 Maintained badge/shield status in the readme from stale to yes/maintained #500 (#503)
Co-authored-by: alamin655 <129589283+alamin655@users.noreply.github.com>
2024-01-30 07:20:14 +00:00
abdulahad5112
851ea314a7
🐛 parsed_cet not found in scope error when building the app with the no-cache feature #498 (#502)
Co-authored-by: alamin655 <129589283+alamin655@users.noreply.github.com>
2024-01-30 07:14:31 +00:00
abdulahad5112
fbf73634ee
🐛 Undeclared mini-mocha crate error when building the app with features other than memory-cache #493 (#501) 2024-01-30 07:09:33 +00:00
Scott
0ba380e2a9
Update Cargo.toml
Co-authored-by: alamin655 <129589283+alamin655@users.noreply.github.com>
2024-01-30 00:01:07 -05:00
Scott
208bdad145 ci: adding in cargo.toml version in auto git commit 2024-01-29 22:02:44 -05:00
Scott
31837eb7ec ci: testing PR create and merge - testing to see if merge loop stops 2024-01-29 14:14:11 -05:00
Scott
4c056a327c ci: testing PR create and merge - testing PAT 2024-01-29 13:00:30 -05:00
Scott
a5284e8b62 ci: testing PR create and merge - potentially fixed PR issue + fixing what branch it targets 2024-01-29 12:30:11 -05:00
Scott
7748ed2b08 ci: testing PR create and merge - potentially fixed PR issue2 2024-01-29 11:30:26 -05:00
scottc943
a7b8be2bdf Apply automatic changes 2024-01-29 16:06:38 +00:00
Scott
c62a0c07b4 ci: testing PR create and merge - potentially fixed PR issue 2024-01-29 11:05:40 -05:00
scottc943
39d9dccb7a Apply automatic changes 2024-01-29 15:52:57 +00:00
Scott
542f27f5ca ci: testing PR create and merge - fixed permission issues 2024-01-29 10:52:16 -05:00
Scott
0ec25642db Merge branch 'FEATURE/400_GitHubActions-automate-release-versions-PR' of github.com:scottc943/websurfx into FEATURE/400_GitHubActions-automate-release-versions-PR 2024-01-29 10:51:30 -05:00
Scott
d9841bfdcd ci: testing PR create and merge - fixed permission issues 2024-01-29 10:51:21 -05:00
scottc943
c95bb7d000 Apply automatic changes 2024-01-29 15:48:16 +00:00
Scott
6e60be365b ci: testing PR create and merge - removed the if that was causing it not to run 2024-01-29 10:47:30 -05:00
Scott
f0c365a6bb Merge branch 'FEATURE/400_GitHubActions-automate-release-versions-PR' of github.com:scottc943/websurfx into FEATURE/400_GitHubActions-automate-release-versions-PR 2024-01-29 10:46:58 -05:00
Scott
5c98982612 ci: testing PR create and merge - removed the if that was causing it not to run 2024-01-29 10:46:36 -05:00
scottc943
976af538e1 Apply automatic changes 2024-01-29 15:39:21 +00:00
Scott
75468a296a
Merge branch 'rolling' into FEATURE/400_GitHubActions-automate-release-versions-PR 2024-01-29 10:38:05 -05:00
Scott
2e653d1905 ci: testing autocommit with branch protection and doing a PR to rolling 2024-01-29 10:36:19 -05:00
scottc943
e0b683b4ca Apply automatic changes 2024-01-29 13:07:27 +00:00
Scott
ac6f95e7e9
Merge pull request #28 from scottc943/FEATURE/400_GitHubActions-automate-release-versions-PR
ci: testing autocommit: removing tagging since it creates another tag…
2024-01-29 08:07:12 -05:00
Scott
559c7fcb76 ci: testing autocommit: removing tagging since it creates another tag instead of using that tag 2024-01-29 08:06:26 -05:00
Scott
599fa431b3
Merge pull request #27 from scottc943/FEATURE/400_GitHubActions-automate-release-versions-PR
Feature/400 git hub actions automate release versions pr
2024-01-29 08:04:56 -05:00
Scott
d40e5ed1a6 Merge branch 'FEATURE/400_GitHubActions-automate-release-versions-PR' of github.com:scottc943/websurfx into FEATURE/400_GitHubActions-automate-release-versions-PR 2024-01-29 08:04:03 -05:00
Scott
e0b0d34750 ci: testing autocommit further 2024-01-29 08:03:49 -05:00
scottc943
8f8e1b7597 Apply automatic changes 2024-01-29 13:00:02 +00:00
Scott
3308b0256e
Merge pull request #26 from scottc943/FEATURE/400_GitHubActions-automate-release-versions-PR
ci: testing autocommit
2024-01-29 07:59:44 -05:00
Scott
9df36aeead ci: testing autocommit 2024-01-29 07:58:57 -05:00