Skip to content

Commit c40fef2

Browse files
committed
- version bump
1 parent 89da425 commit c40fef2

4 files changed

Lines changed: 1295 additions & 990 deletions

File tree

.vscode/configurationCache.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"buildTargets":["build","build-production","execute","install","lint","make","prepare","release","serve","serve-production","setup","sync","test","test-noui"],"launchTargets":[],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":[],"compilerArgs":[]},"fileIndex":[]}}

.vscode/dryrun.log

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
make --dry-run --always-make --keep-going --print-directory
2+
make: Entering directory `/Users/benjaminbrachmann/Code/Privat/development/github_projects/docker-react'
3+
ARGS="" docker compose -f ./.docker/docker-compose.commands.yml run --rm lint
4+
make: Leaving directory `/Users/benjaminbrachmann/Code/Privat/development/github_projects/docker-react'
5+

.vscode/targets.log

Lines changed: 317 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,317 @@
1+
make all --print-data-base --no-builtin-variables --no-builtin-rules --question
2+
# GNU Make 3.81
3+
# Copyright (C) 2006 Free Software Foundation, Inc.
4+
# This is free software; see the source for copying conditions.
5+
# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
6+
# PARTICULAR PURPOSE.
7+
8+
# This program built for i386-apple-darwin11.3.0
9+
10+
# Make data base, printed on Thu Aug 25 13:10:12 2022
11+
12+
# Variables
13+
14+
# automatic
15+
<D = $(patsubst %/,%,$(dir $<))
16+
# automatic
17+
?F = $(notdir $?)
18+
# automatic
19+
?D = $(patsubst %/,%,$(dir $?))
20+
# automatic
21+
@D = $(patsubst %/,%,$(dir $@))
22+
# automatic
23+
@F = $(notdir $@)
24+
# makefile
25+
CURDIR := /Users/benjaminbrachmann/Code/Privat/development/github_projects/docker-react
26+
# makefile
27+
SHELL = /bin/sh
28+
# environment
29+
VSCODE_NLS_CONFIG = {"locale":"de","availableLanguages":{"*":"de"},"_languagePackId":"ac49ed8871898f6ccc91afa1076d75a0.de","_translationsConfigFile":"/Users/benjaminbrachmann/Library/Application Support/Code/clp/ac49ed8871898f6ccc91afa1076d75a0.de/tcf.json","_cacheRoot":"/Users/benjaminbrachmann/Library/Application Support/Code/clp/ac49ed8871898f6ccc91afa1076d75a0.de","_resolvedLanguagePackCoreLocation":"/Users/benjaminbrachmann/Library/Application Support/Code/clp/ac49ed8871898f6ccc91afa1076d75a0.de/6d9b74a70ca9c7733b29f0456fd8195364076dda","_corruptedFile":"/Users/benjaminbrachmann/Library/Application Support/Code/clp/ac49ed8871898f6ccc91afa1076d75a0.de/corrupted.info","_languagePackSupport":true}
30+
# environment
31+
_ = /usr/bin/make
32+
# makefile (from `Makefile', line 1)
33+
MAKEFILE_LIST := Makefile
34+
# environment
35+
__CFBundleIdentifier = com.microsoft.VSCode
36+
# environment
37+
VSCODE_CWD = /
38+
# environment
39+
PATH = /Users/benjaminbrachmann/.deno/bin:/Users/benjaminbrachmann/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/Apple/usr/bin
40+
# environment
41+
LSCOLORS = Gxfxcxdxbxegedabagacad
42+
# environment
43+
ELECTRON_RUN_AS_NODE = 1
44+
# default
45+
.FEATURES := target-specific order-only second-expansion else-if archives jobserver check-symlink
46+
# environment
47+
SSH_AUTH_SOCK = /private/tmp/com.apple.launchd.hpmUJJdZAK/Listeners
48+
# automatic
49+
%F = $(notdir $%)
50+
# environment
51+
PWD = /Users/benjaminbrachmann/Code/Privat/development/github_projects/docker-react
52+
# makefile (from `Makefile', line 2)
53+
RUN_DOCKER_COMMAND := docker compose -f ./.docker/docker-compose.commands.yml run --rm
54+
# environment
55+
ORIGINAL_XDG_CURRENT_DESKTOP = undefined
56+
# environment
57+
VSCODE_AMD_ENTRYPOINT = vs/workbench/api/node/extensionHostProcess
58+
# environment
59+
HOME = /Users/benjaminbrachmann
60+
# default
61+
MAKEFILEPATH := /Applications/Xcode.app/Contents/Developer/Makefiles
62+
# environment
63+
VSCODE_CODE_CACHE_PATH = /Users/benjaminbrachmann/Library/Application Support/Code/CachedData/6d9b74a70ca9c7733b29f0456fd8195364076dda
64+
# environment
65+
LOGNAME = benjaminbrachmann
66+
# environment
67+
APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL = true
68+
# environment
69+
ZSH = /Users/benjaminbrachmann/.oh-my-zsh
70+
# environment
71+
VSCODE_HANDLES_UNCAUGHT_ERRORS = true
72+
# automatic
73+
^D = $(patsubst %/,%,$(dir $^))
74+
# environment
75+
XPC_FLAGS = 0x0
76+
# default
77+
MAKE = $(MAKE_COMMAND)
78+
# default
79+
MAKECMDGOALS := all
80+
# environment
81+
SHLVL = 1
82+
# default
83+
MAKE_VERSION := 3.81
84+
# environment
85+
USER = benjaminbrachmann
86+
# makefile
87+
.DEFAULT_GOAL := lint
88+
# environment
89+
LESS = -R
90+
# automatic
91+
%D = $(patsubst %/,%,$(dir $%))
92+
# makefile (from `Makefile', line 3)
93+
RUN_DOCKER_DEVELOPMENT := docker compose -f ./.docker/docker-compose.development.yml -p development-container-client up --remove-orphans
94+
# default
95+
MAKE_COMMAND := /Applications/Xcode.app/Contents/Developer/usr/bin/make
96+
# default
97+
.VARIABLES :=
98+
# environment
99+
TMPDIR = /var/folders/wr/zhr44hyj6t50v3sdl8fpkkfc0000gn/T/
100+
# automatic
101+
*F = $(notdir $*)
102+
# environment
103+
VSCODE_IPC_HOOK = /Users/benjaminbrachmann/Library/Application Support/Code/1.70.1-main.sock
104+
# environment
105+
MallocNanoZone = 0
106+
# makefile
107+
MAKEFLAGS = Rrqp
108+
# environment
109+
MFLAGS = -Rrqp
110+
# automatic
111+
*D = $(patsubst %/,%,$(dir $*))
112+
# environment
113+
XPC_SERVICE_NAME = application.com.microsoft.VSCode.13519534.13519540
114+
# automatic
115+
+D = $(patsubst %/,%,$(dir $+))
116+
# automatic
117+
+F = $(notdir $+)
118+
# environment
119+
DENO_INSTALL = /Users/benjaminbrachmann/.deno
120+
# environment
121+
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x3
122+
# environment
123+
COMMAND_MODE = unix2003
124+
# default
125+
MAKEFILES :=
126+
# automatic
127+
<F = $(notdir $<)
128+
# makefile (from `Makefile', line 4)
129+
RUN_DOCKER_PRODUCTION := docker compose -f ./.docker/docker-compose.production.yml -p production-container-client up --remove-orphans
130+
# environment
131+
PAGER = less
132+
# environment
133+
LC_ALL = C
134+
# automatic
135+
^F = $(notdir $^)
136+
# default
137+
SUFFIXES :=
138+
# default
139+
.INCLUDE_DIRS = /usr/local/include
140+
# environment
141+
MAKELEVEL := 0
142+
# environment
143+
LANG = C
144+
# environment
145+
VSCODE_PID = 69255
146+
# variable set hash-table stats:
147+
# Load=66/1024=6%, Rehash=0, Collisions=1/90=1%
148+
149+
# Pattern-specific Variable Values
150+
151+
# No pattern-specific variable values.
152+
153+
# Directories
154+
155+
# . (device 16777233, inode 947123): 32 files, no impossibilities.
156+
157+
# 32 files, no impossibilities in 1 directories.
158+
159+
# Implicit Rules
160+
161+
# No implicit rules.
162+
163+
# Files
164+
165+
setup:
166+
# Implicit rule search has not been done.
167+
# Modification time never checked.
168+
# File has not been updated.
169+
# commands to execute (from `Makefile', line 18):
170+
docker volume create nodemodules && make install && make prepare
171+
172+
173+
# Not a target:
174+
all:
175+
# Command-line target.
176+
# Implicit rule search has been done.
177+
# File does not exist.
178+
# File has not been updated.
179+
# variable set hash-table stats:
180+
# Load=0/32=0%, Rehash=0, Collisions=0/0=0%
181+
182+
build-production:
183+
# Implicit rule search has not been done.
184+
# Modification time never checked.
185+
# File has not been updated.
186+
# commands to execute (from `Makefile', line 36):
187+
ARGS="" make prepare && $(RUN_DOCKER_COMMAND) build_production
188+
189+
190+
# Not a target:
191+
.SUFFIXES:
192+
# Implicit rule search has not been done.
193+
# Modification time never checked.
194+
# File has not been updated.
195+
196+
# Not a target:
197+
Makefile:
198+
# Implicit rule search has been done.
199+
# Last modified 2022-05-07 22:28:05
200+
# File has been updated.
201+
# Successfully updated.
202+
# variable set hash-table stats:
203+
# Load=0/32=0%, Rehash=0, Collisions=0/0=0%
204+
205+
test-noui:
206+
# Implicit rule search has not been done.
207+
# Modification time never checked.
208+
# File has not been updated.
209+
# commands to execute (from `Makefile', line 14):
210+
ARGS="" $(RUN_DOCKER_COMMAND) test_noui
211+
212+
213+
test:
214+
# Implicit rule search has not been done.
215+
# Modification time never checked.
216+
# File has not been updated.
217+
# commands to execute (from `Makefile', line 10):
218+
ARGS="$(pattern)" $(RUN_DOCKER_COMMAND) test
219+
220+
221+
build:
222+
# Implicit rule search has not been done.
223+
# Modification time never checked.
224+
# File has not been updated.
225+
# commands to execute (from `Makefile', line 30):
226+
ARGS="" make prepare && $(RUN_DOCKER_COMMAND) build_development
227+
228+
229+
prepare:
230+
# Implicit rule search has not been done.
231+
# Modification time never checked.
232+
# File has not been updated.
233+
# commands to execute (from `Makefile', line 22):
234+
ARGS="" $(RUN_DOCKER_COMMAND) prepare
235+
236+
237+
execute:
238+
# Implicit rule search has not been done.
239+
# Modification time never checked.
240+
# File has not been updated.
241+
# commands to execute (from `Makefile', line 26):
242+
ARGS="$(command)" $(RUN_DOCKER_COMMAND) execute_command
243+
244+
245+
sync:
246+
# Implicit rule search has not been done.
247+
# Modification time never checked.
248+
# File has not been updated.
249+
# commands to execute (from `Makefile', line 40):
250+
ARGS="$(name)" $(RUN_DOCKER_COMMAND) sync_repository
251+
252+
253+
release:
254+
# Implicit rule search has not been done.
255+
# Modification time never checked.
256+
# File has not been updated.
257+
# commands to execute (from `Makefile', line 44):
258+
make prepare && docker build -t docker-react:build . -f ./.docker/dockerfile.deployment --rm && docker save docker-react:build -o ./build/docker-react.image.tar
259+
260+
261+
# Not a target:
262+
.DEFAULT:
263+
# Implicit rule search has not been done.
264+
# Modification time never checked.
265+
# File has not been updated.
266+
267+
serve-production:
268+
# Implicit rule search has not been done.
269+
# Modification time never checked.
270+
# File has not been updated.
271+
# commands to execute (from `Makefile', line 34):
272+
make prepare && $(RUN_DOCKER_PRODUCTION)
273+
274+
275+
lint:
276+
# Implicit rule search has not been done.
277+
# Modification time never checked.
278+
# File has not been updated.
279+
280+
make: *** No rule to make target `all'. Stop.
281+
282+
# commands to execute (from `Makefile', line 8):
283+
ARGS="" $(RUN_DOCKER_COMMAND) lint
284+
285+
286+
serve:
287+
# Implicit rule search has not been done.
288+
# Modification time never checked.
289+
# File has not been updated.
290+
# commands to execute (from `Makefile', line 28):
291+
make prepare && $(RUN_DOCKER_DEVELOPMENT)
292+
293+
294+
install:
295+
# Implicit rule search has not been done.
296+
# Modification time never checked.
297+
# File has not been updated.
298+
# commands to execute (from `Makefile', line 24):
299+
ARGS="" $(RUN_DOCKER_COMMAND) install && npm ci
300+
301+
302+
# files hash-table stats:
303+
# Load=17/1024=2%, Rehash=0, Collisions=0/29=0%
304+
# VPATH Search Paths
305+
306+
# No `vpath' search paths.
307+
308+
# No general (`VPATH' variable) search path.
309+
310+
# # of strings in strcache: 1
311+
# # of strcache buffers: 1
312+
# strcache size: total = 4096 / max = 4096 / min = 4096 / avg = 4096
313+
# strcache free: total = 4087 / max = 4087 / min = 4087 / avg = 4087
314+
315+
# Finished Make data base on Thu Aug 25 13:10:12 2022
316+
317+

0 commit comments

Comments
 (0)