Commit graph

31 commits

Author SHA1 Message Date
Mark Cheret e8bd3830dc
Merge pull request #130 from markcheret/security_add_snyk 2021-04-22 21:03:53 +02:00
Ben Goldsworthy 12c642a553 ci: rename folder during release process 2021-04-20 11:35:33 +01:00
Mark Cheret b5af559ff4
activate specific push action 2021-04-20 04:07:08 +02:00
Mark Cheret 6cb765cb5a
updated settings on snyk.io 2021-04-20 04:05:00 +02:00
Mark Cheret a5b86ec20c
update snyk.ymk 2021-04-20 03:59:19 +02:00
Mark Cheret ec462f1a7b
update snyk.yml 2021-04-20 03:36:29 +02:00
Mark Cheret f0503cceaf
updated snyk workflow 2021-04-20 03:30:57 +02:00
Mark Cheret 1e5d0b171f
security: add snyk 2021-04-20 03:28:19 +02:00
Ben Goldsworthy e9438bc462 fix: (hopefully) fix CI script 2021-04-19 20:05:44 +01:00
Ben Goldsworthy fb179f1a95 fix: pass JS linter 2021-04-15 15:23:43 +01:00
Ben Goldsworthy fc0da5ec11 fix: remove JS formatting command 2021-04-15 15:17:38 +01:00
Ben Goldsworthy 7152579fd8 ci: separate linting commands, disable CSS for now 2021-04-15 05:06:36 +01:00
Ben Goldsworthy 2c9e14a45a ci: add formatting command 2021-04-15 03:21:38 +01:00
Ben Goldsworthy a646a481db ci: update PHP command to lint everything 2021-04-15 03:06:46 +01:00
Ben Goldsworthy 833097ea24 feat: re-add caching command, add linting command 2021-04-14 23:40:30 +01:00
Ben Goldsworthy 6891f58f2c fix: ignore PHP version 2021-04-14 23:38:13 +01:00
Ben Goldsworthy feb9995bc8 test: comment out caching 2021-04-14 23:35:13 +01:00
Ben Goldsworthy e17167f7fe fix: add --with-all-dependencies flag 2021-04-14 23:27:32 +01:00
Mark Cheret 7128ef4282
Update php.yml
#73 #70
2021-04-14 23:36:21 +02:00
Mark Cheret 1d365353e1
Merge pull request #66 from markcheret/dependabot
Create dependabot.yml
2021-04-04 22:31:02 +02:00
Mark Cheret 4595b4a886
Create php.yml 2021-04-04 22:29:01 +02:00
Mark Cheret a2aaf88000
Merge pull request #69 from markcheret/security-checker-action
Security checker action
2021-04-04 22:28:21 +02:00
Mark Cheret 245c9e03ec
Merge pull request #67 from markcheret/ossar-analysis
Create ossar-analysis.yml
2021-04-04 22:24:00 +02:00
Mark Cheret cf6aec1ba9
Delete symfonycorp.yml 2021-04-04 22:23:35 +02:00
Mark Cheret c8ac17f5f6
Update symfonycorp.yml 2021-04-04 22:21:48 +02:00
Mark Cheret 23872225df
Update symfonycorp.yml 2021-04-04 22:21:02 +02:00
Mark Cheret 27daa5f9fc
Create symfonycorp.yml 2021-04-04 22:18:48 +02:00
Mark Cheret b198b33b52
Create ossar-analysis.yml 2021-04-04 22:12:18 +02:00
Mark Cheret c9050a5a12
Create dependabot.yml 2021-04-04 22:05:58 +02:00
Ben Goldsworthy e8d6dbe13d
Automatically generate new releases (#59)
* Adapt after the 2.5.9d1 accident.

* Corrections to changelog.

* Also added @‌revision and @‌timestamp PHPDOC tags
@‌revision and @‌timestamp used for SVN refs.

Full enumeration of added custom PHPDOC tags:
@‌accountable, @‌bib, @‌biblio, @‌callback, @‌commit, @‌committer, @‌contributor, @‌courtesy, @‌date, @‌datetime, @‌lastmodified, @‌modified, @‌publisher, @‌reporter, @‌revision, @‌timestamp, @‌user.Some tags like @‌reporter and @‌contributor are more used than others.

* Readme header upgrade.

* Create deploy-to-wordpress.org.yml

* Add distignore

* Comment out `build` command, replace npm with composer

* Remove placeholder comments

* Add build commands

* Fix typo

* Fix version number bug

* Make zip without top-level directory

* Append tag name to plugin zip

* Clean up a bit

* Rename workflow config

* Fix upload paths

* Append tag name to artifact

* Fix paths

* Revert path fix

* Try again

* Add wplm-config.xml to buildfiles

* Fix indentation

* Rename development/csscat.sh to css/csscat.sh

* Rename development/customized-documentation-schema.txt to customized-documentation-schema.txt

* Rename development/customized-template-stack.txt to customized-template-stack.txt

* Version number related fixes before pull request.

* Move csscat script to tools dir

* Rename csscat

* Refactor script

* Update customized-documentation-schema.txt

* Replace empty lines in help output

* Escape empty lines.

* Delete 3 items from `.distignore`
As mentioned, CONTRIBUTING.md and README.md should be included in distributions.

- As an invitation to the Community.
- As a tangible proof of goodwill after the 2.5.9d1 accident.

Also SECURITY.md so Footnotes users see that we’re concerned, and
can reach out without transiting via GitHub.

* Include CONTRIBUTING.md README.md SECURITY.md

* Update sync w/ 5.7 tested.

* Update

* Update composerfiles

Co-authored-by: pewgeuges <73141620+pewgeuges@users.noreply.github.com>
2021-03-12 17:53:49 +00:00
Ben Goldsworthy ebbecdbf78 Update issue templates 2021-02-20 18:47:11 +00:00