Nish Krishnan
d914eafd2a
Move core workflow packages under core. ( #1684 )
...
* Move core workflow packages under core.
* lint.
2021-07-01 12:54:44 -07:00
Nish Krishnan
7ac8106f8a
Add structured logger ( #54 ) ( #1467 )
...
This is two changes:
Replacing all usages of SimpleLogger with it's interface SimpleLogging which makes it easier to swap out loggers going forward
Nukes SimpleLogger in favor of StructuredLogger which allows us to better analyze logs in our log management system we choose.
2021-04-06 12:02:25 -07:00
David McPike
bc069d4b0c
Add MarkdownPullLink function to VCS clients
2020-04-21 09:19:55 -05:00
David McPike
1ec57b855e
Fixes #957
2020-04-21 09:19:55 -05:00
Luke Kysow
4d3c567d87
Make project locked message look better.
...
When the plan fails, it gets the error prepended with **Plan Failed**:.
Thus we don't need to add our own "**Unable to run plan**" error.
2018-10-30 11:16:16 -05:00
marc bassil
189b0591ef
Updating message when project is locked.
2018-10-26 14:03:08 -04:00
Luke Kysow
e9b7001266
Add godocs. Refactor ProjectResult. Golint errors.
2018-08-30 16:47:17 -06:00
Luke Kysow
b5e2a730de
WIP Add operators and get compiled.
2018-06-15 14:03:27 +01:00
Luke Kysow
2175b50472
Use new steps in plan/apply
...
- Fix lockURL issues by adding new Router object.
- Use new ProjectLocker and delete PreProjectExecutor.
2018-06-05 19:39:10 +01:00